home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 117 / PC Guia 117.iso / Software / Utils / Software6 / Product20 / tabbrowser_preferences-1.2.4-fx.xpi / install.rdf next >
Extensible Markup Language  |  2005-04-16  |  3KB  |  73 lines

  1. <?xml version="1.0"?>
  2. <!-- Tabbrowser Preferences 1.2.4 //-->
  3.  
  4. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  5.      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  6.  
  7.   <Description about="urn:mozilla:install-manifest">
  8.   
  9.     <!-- Name, ID, version //-->
  10.     <em:name>Tabbrowser Preferences</em:name>
  11.     <em:id>{9b9d2aaa-ae26-4447-a7a1-633a32b19ddd}</em:id>
  12.     <em:version>1.2.4</em:version>
  13.  
  14.     <!-- This extension installs in Firefox //-->
  15.     <em:targetApplication>
  16.       <Description>
  17.         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  18.         <em:minVersion>1.0</em:minVersion>
  19.         <em:maxVersion>1.0</em:maxVersion>
  20.       </Description>
  21.     </em:targetApplication>
  22.  
  23.     <!-- The contents of the extension //-->
  24.     <em:file>
  25.       <Description about="urn:mozilla:extension:file:tabprefs.jar">
  26.         <em:package>content/tabprefs/</em:package>
  27.     <!-- 20 languages and counting //-->
  28.     <em:locale>locale/en-US/tabprefs/</em:locale>
  29.     <em:locale>locale/bg-BG/tabprefs/</em:locale>
  30.     <em:locale>locale/cs-CZ/tabprefs/</em:locale>
  31.     <em:locale>locale/da-DK/tabprefs/</em:locale>
  32.     <em:locale>locale/de-DE/tabprefs/</em:locale>
  33.         <!--<em:locale>locale/en-US/tabprefs/</em:locale>//-->
  34.     <em:locale>locale/es-AR/tabprefs/</em:locale>
  35.     <em:locale>locale/es-ES/tabprefs/</em:locale>
  36.     <em:locale>locale/fr-FR/tabprefs/</em:locale>
  37.     <em:locale>locale/hu-HU/tabprefs/</em:locale>
  38.     <em:locale>locale/it-IT/tabprefs/</em:locale>
  39.       <em:locale>locale/ja-JP/tabprefs/</em:locale>
  40.     <em:locale>locale/ko-KR/tabprefs/</em:locale>
  41.       <em:locale>locale/nl-NL/tabprefs/</em:locale>
  42.     <em:locale>locale/pl-PL/tabprefs/</em:locale>
  43.     <em:locale>locale/pt-BR/tabprefs/</em:locale>
  44.     <em:locale>locale/ru-RU/tabprefs/</em:locale>
  45.       <em:locale>locale/sl-SI/tabprefs/</em:locale>
  46.     <em:locale>locale/sv-SE/tabprefs/</em:locale>
  47.     <em:locale>locale/zh-CN/tabprefs/</em:locale>
  48.     <em:locale>locale/zh-TW/tabprefs/</em:locale>
  49.       <em:skin>skin/classic/tabprefs/</em:skin>
  50.       </Description>
  51.     </em:file>
  52.     
  53.     <!-- Optional fields //-->
  54.     <em:description>Enhances control over some aspects of tabbed browsing.</em:description>
  55.     <em:creator>Bradley Chapman (kakadu+tabprefs@gmail.com)</em:creator>
  56.  
  57.     <!-- Contributors //-->
  58.     <em:contributor>Chris Cook (tangent@intraplanar.net)</em:contributor>
  59.     <em:contributor>asqueella</em:contributor>
  60.     <em:contributor>Shelumi'El Jordan, S.D.G. (MonkeeSage)</em:contributor>
  61.     <em:contributor>twanno</em:contributor>
  62.     <em:contributor>morphis</em:contributor>
  63.     <em:contributor>Aaron Spuler</em:contributor>
  64.     <em:contributor>Michael Kraft</em:contributor>
  65.  
  66.     <!-- EM frontend hooks //-->
  67.     <em:homepageURL>http://www.pryan.org/mozilla/site/TheOneKEA/tabprefs/</em:homepageURL>
  68.     <em:iconURL>chrome://tabprefs/skin/icon.png</em:iconURL>
  69.     <em:updateURL>http://www.pryan.org/mozilla/site/TheOneKEA/tabprefs/tabprefs.rdf</em:updateURL>
  70.     
  71.   </Description>      
  72. </RDF>
  73.